home *** CD-ROM | disk | FTP | other *** search
/ CD Exchange / CD Exchange - Volume 1.iso / s / code.help next >
Text File  |  1993-12-05  |  1KB  |  34 lines

  1.  
  2. NAME
  3. code - C-source code generator for FED-CASE 1993 ©
  4.  
  5. SYNOPSIS
  6. code MEMORY/S, DEFAULT/K, FILE/M
  7.  
  8. DESCRIPTION
  9. This program is used to generate C-source code according 
  10. to the flow descriptive language. 
  11. The optional arguments are as follows:
  12.  
  13.  MEMORY           : This argument is used to tell the code generator 
  14.                     not to use a temporary file to generate code but
  15.                     to store the intermediate result in memory. This 
  16.                     option is included to increase the performance of 
  17.                     the code generator. If you do not use this option 
  18.                     a temporary file will be created with the extension
  19.                     .temp
  20.  
  21.  DEFAULT <infile> : Here you can define your own definition file. In this
  22.                     file you will find not only the paths to FED-CASE 
  23.                     system files but also the menu layout and menu text.
  24.                     You can change all the text and translate them to 
  25.                     your native language. If this option is ommited the 
  26.                     code generator will take fed-case:s/flowfile.default
  27.                     as the standard <infile>.
  28.  
  29.  file               : Input file with extension .flow. It is not
  30.                     possible to enter any number of flow file names
  31.  
  32. SEE ALSO
  33. fdc
  34.